# Load them for this R session
# --- General
library(fs) # file/directory interactions
library(here) # tools find your project's files, based on working directory
library(paint) # paint data.frames summaries in colour
library(janitor) # tools for examining and cleaning data
library(dplyr) # {tidyverse} tools for manipulating and summarizing tidy data
library(forcats) # {tidyverse} tool for handling factors
library(openxlsx) # Read, Write and Edit xlsx Files
library(flextable) # Functions for Tabular Reporting
# --- Statistics
library(rstatix) # Pipe-Friendly Framework for Basic Statistical Tests
library(lmtest) # Testing Linear Regression Models # Testing Linear Regression Models
library(performance) # Assessment of Regression Models Performance
# --- Tidymodels (meta package)
#library(tidymodels) # not installed on this machine
library(rsample) # not installed on this machine
library(broom) # Convert Statistical Objects into Tidy Tibbles
# Plotting
library(ggplot2) # Create Elegant Data Visualisations Using the Grammar of Graphics